home *** CD-ROM | disk | FTP | other *** search
/ The Disc - MacWorld 1995 / PowerComputing (The Disc)(MacWorld 1995).ISO / mac / CDFACTOR / HCfactor / HumanCode / HumanCode.DXR / 00077.ls < prev    next >
Encoding:
Text File  |  1995-07-14  |  88 b   |  8 lines

  1. on mouseDown
  2.   pushBtn()
  3.   if rollOver(18) then
  4.     stopMovie()
  5.     quit()
  6.   end if
  7. end
  8.